@import url('./reset copy.css');
#content {
    width: 100%;
    /* height: auto; */
    overflow: hidden;
}
#content > .ceo {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
}
#content > .ceo img {
    width: 100%;
    /* display: block; */
}
#content > .ceo > .pc {
    display: none;
}
#content > div > .button {
    /* background: #fff; */
    width: 100%;
    /* margin: 0 auto; */
}
#content > .company {
    width: 100%;
    /* height: auto; */
}
#content > .company img {
    width: 100%;
    /* height: auto; */
}

#road {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#road > .map {
    height: 30%;
    background: #999;
    margin-top: 30px;
    margin: 0 auto;
}
#road > .title {
    width: 80%;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #8c6239;
}

.info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.info > div {
    width: 100%;
    height: 1px;
    background: #8c6239;
}


#management {
    overflow: hidden;
}
#management > .info {
    width: 100%;
    height: auto;
    background: #666;
}
#management > .info img {
    width: 100%;
    display: block;
}

#bi-ci {
    width: 100%;
    height: auto;
}
#bi-ci > h1 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 130px;
    font-size: 40px;
    padding: 5px;
    background: #ee7700;
    color: #fff;
}
#bi-ci > .ci {
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
    overflow: hidden;
    border-bottom: 1px solid rgb(218, 218, 218);
}
#bi-ci > .ci > .left {
    width: 100%;
    margin-bottom: 10%;
    text-align: center;
}
#bi-ci > .ci > .right {
    width: 100%;
}
#bi-ci > .ci > .right > p {
    line-height: 30px;
}
#bi-ci > .ci > .right > p .top {
    font-weight: bold;
    color: #444;
    font-size: 18px;
}
#bi-ci > .ci > .right > p .bottom {
    color: #666;
    font-size: 15.5px;
    font-weight: bold;
}
#bi-ci > .ci > .img {
    text-align: center;
    width: auto;
    height: 300px;
    margin: 0 auto;
    border: 1px solid #666;
    margin-top: 20px;
    /* background: #000; */
}
#bi-ci > .ci > .img img {
    width: 300px;
    margin-top: 25px;
}
#bi-ci > .bi {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
#bi-ci > .bi > .left {
    width: 100%;
    text-align: center;
    margin-right: 50px;
}
#bi-ci > .bi > .right {
    width: 100%;
    margin-top: 10%;
}
#bi-ci > .bi > .right > p {
    line-height: 30px;
}
#bi-ci > .bi > .right > p .top {
    font-weight: bold;
    color: #444;
    font-size: 18px;
}
#bi-ci > .bi > .right > p .bottom {
    color: #666;
    font-size: 15.5px;
    font-weight: bold;
}
#bi-ci > .bi > .img {
    text-align: center;
    width: auto;
    height: 300px;
    margin: 0 auto;
    border: 1px solid #666;
    margin-top: 20px;
    /* background: #000; */
}
#bi-ci > .bi > .img img {
    width: 300px;
    margin-top: 25px;
}